home *** CD-ROM | disk | FTP | other *** search
- unit BdeConst;
-
- interface
-
- resourcestring
- SDuplicateDatabaseName = 'Duplicate database name ''%s''';
- SDuplicateSessionName = 'Duplicate session name ''%s''';
- SInvalidSessionName = 'Invalid session name %s';
- SDatabaseNameMissing = 'Database name missing';
- SSessionNameMissing = 'Session name missing';
- SDatabaseOpen = 'Cannot perform this operation on an open database';
- SDatabaseClosed = 'Cannot perform this operation on a closed database';
- SDatabaseHandleSet = 'Database handle owned by a different session';
- SSessionActive = 'Cannot perform this operation on an active session';
- SHandleError = 'Error creating cursor handle';
- SInvalidFloatField = 'Cannot convert field ''%s'' to a floating point value';
- SInvalidIntegerField = 'Cannot convert field ''%s'' to an integer value';
- STableMismatch = 'Source and destination tables are incompatible';
- SFieldAssignError = 'Fields ''%s'' and ''%s'' are not assignment compatible';
- SFieldUndefinedType = 'Field ''%s'' is of unknown type';
- SFieldUnsupportedType = 'Field ''%s'' is of an unsupported type';
- SCompositeIndexError = 'Cannot use array of Field values with Expression Indices';
- SInvalidBatchMove = 'Invalid batch move parameters';
- SEmptySQLStatement = 'No SQL statement available';
- SNoParameterValue = 'No value for parameter ''%s''';
- SNoParameterType = 'No parameter type for parameter ''%s''';
- SParameterNotFound = 'Parameter ''%s'' not found';
- SParamTooBig = 'Parameter ''%s'', cannot save data larger than %d bytes';
- SLoginError = 'Cannot connect to database ''%s''';
- SInitError = 'An error occurred while attempting to initialize the Borland Database Engine (error $%.4x)';
- SDatasetDesigner = 'Fields &Editor...';
- SFKInternalCalc = '&InternalCalc';
- SDatabaseEditor = 'Database &Editor...';
- SExplore = 'E&xplore';
- SLinkDesigner = 'Field ''%s'', from the Detail Fields list, must be linked';
- SLinkDetail = '''%s'' cannot be opened';
- SLinkMasterSource = 'The MasterSource property of ''%s'' must be linked to a DataSource';
- SLinkMaster = 'Unable to open the MasterSource Table';
- SSQLDatasetDesigner = 'F&ields Editor...';
- SQBEVerb = '&Query Builder...';
- SBindVerb = 'Define &Parameters...';
- SIDAPILangID = '0009';
- SDisconnectDatabase = 'Database is currently connected. Disconnect and continue?';
- SBDEError = 'BDE error $%.4x';
- SLookupSourceError = 'Unable to use duplicate DataSource and LookupSource';
- SLookupTableError = 'LookupSource must be connected to TTable component';
- SLookupIndexError = '%s must be the lookup table''s active index';
- SParameterTypes = ';Input;Output;Input/Output;Result';
- SInvalidParamFieldType = 'Must have a valid field type selected';
- STruncationError = 'Parameter ''%s'' truncated on output';
- SInvalidVersion = 'Unable to load bind parameters';
- SDataTypes = ';String;SmallInt;Integer;Word;Boolean;Float;Currency;BCD;Date;Time;DateTime;;;;Blob;Memo;Graphic;;;;;Cursor;';
- SResultName = 'Result';
- SDBCaption = '%s.%s Database';
- SParamEditor = '%s.%s Parameters';
- SDatasetEditor = '%s.%s';
- SIndexFilesEditor = '%s.%s Index Files';
- SNoIndexFiles = '(None)';
- SIndexDoesNotExist = 'Index does not exist. Index: %s';
- SNoTableName = 'Missing TableName property';
- SBatchExecute = 'E&xecute';
- SNoCachedUpdates = 'Not in cached update mode';
- SInvalidAliasName = 'Invalid alias name %s';
- SDBGridColEditor = 'Co&lumns Editor...';
- SNoFieldAccess = 'Cannot access field ''%s'' in a filter';
- SUpdateSQLEditor = '&UpdateSQL Editor...';
- SUntitled = 'Untitled Application';
- SUpdateWrongDB = 'Cannot update, %s is not owned by %s';
- SUpdateFailed = 'Update failed';
- SSQLGenSelect = 'Must select at least one key field and one update field';
- SSQLNotGenerated = 'Update SQL statements not generated, exit anyway?';
- SSQLDataSetOpen = 'Unable to determine field names for %s';
- SLocalTransDirty = 'The transaction isolation level must be dirty read for local databases';
- SPrimary = 'Primary';
- SMissingDataSet = 'Missing DataSet property';
- SNoProvider = 'No provider available';
-
- implementation
-
- end.
-